home *** CD-ROM | disk | FTP | other *** search
/ Kentucky Virtual Art Museum / Kentucky Virtual Art Museum.iso / site / museums / galleries / introduction.swf / scripts / DoInitAction.as < prev    next >
Text File  |  2005-07-26  |  217b  |  6 lines

  1. Object.registerClass("FocusManager",mx.managers.FocusManager);
  2. if(_root.focusManager == undefined)
  3. {
  4.    _root.createClassObject(mx.managers.FocusManager,"focusManager",mx.managers.DepthManager.highestDepth--);
  5. }
  6.